home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Tools & Apps / OS⁄Toolbox / Apple Events / AE Word Services 1.0d6 / Writeswell Jr. Source / headers / TBGlobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-22  |  820 b   |  35 lines  |  [TEXT/KAHL]

  1. /* TBGlobals.h */
  2.  
  3. #ifdef GLOBALS_HERE
  4. #define ext
  5. #else
  6. #define ext extern
  7. #endif
  8.  
  9. ext short gRefNum;                    /* RefNum of the doc being spellchecked */
  10.  
  11. #ifdef NEVER
  12. ext AEAddressDesc gSpellerAddr;        /* Address of IAC speller process */
  13. #endif
  14.  
  15. ext long gTransactionID;
  16.  
  17. /* I have some notion of making this a multiwindow editor someday.  For now, I allow
  18.  * one window, which is kept in gDocWindow.  gScrollWindow is the window that scroll
  19.  * operations are being performed on.  For now, this will always be the same as
  20.  * gDocWindow, but may be set to the current window instead, if we use multiple windows.
  21.  */
  22.  
  23. ext WindowPtr gDocWindow;
  24. ext WindowPtr gScrollWindow;
  25.  
  26. ext ControlHandle gVertScroll;
  27.  
  28. ext short gLinesPerPage;
  29.  
  30. ext short gPrefFileRefNum;
  31.  
  32. ext short gAppFileRefNum;
  33.  
  34. ext short gServItemID[ kMaxServices ];
  35.